TileRegionBooleanCallbackNative

class TileRegionBooleanCallbackNative : TileRegionBooleanCallback

Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.

Parameters

result

A flag indicating if the tile region contains all tilesetsfrom all of the given tileset descriptors. Otherwise, an TileRegionError describing the error.

Functions

run
Link copied to clipboard
open fun run(result: Expected<TileRegionError, Boolean>)